Package com.cisco.pt.ipc.sim
Interface TFTPServer
- All Known Implementing Classes:
TFTPServerImpl
Information provided by the PKI file:
\class TftpServer
\brief TftpServer handles and manipulates the TFTP service.
\example network().getDevice("Server0").getProcess("TftpServer")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation provided by the PKI file:voidsetEnabled(boolean bEnable) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setEnabled
void setEnabled(boolean bEnable) Information provided by the PKI file:
\brief Enables or disables the TFTP service. \param bEnable, true to enable the TFTP service, false to disable it.- Parameters:
bEnable- Takes in a parameter of bEnable
-
isEnabled
boolean isEnabled()Information provided by the PKI file:
\brief Returns true if the TFTP service is enabled, otherwise false. \return bool, true if the TFTP service is enabled, otherwise false.- Returns:
- boolean Returns a boolean
-